/*右侧漂浮*/
.Right_fex{ width: 80px; height: 400px; position: fixed;z-index: 1; top:50%; right: 20px;}
.Right_fex ul{position: fixed;margin-left: 0px; margin-right: 0px;margin-bottom: 0px; box-shadow: rgba(49, 83, 212, 0.15) 0px 10px 26px 0px; list-style: none;transition: all 0.3s ; display: block;}
.Right_fex ul li{margin-bottom: 0px; display: flex; flex-direction: column; -webkit-box-align: center;align-items: center; -webkit-box-pack: center;justify-content: center; color: rgb(46, 46, 46);cursor: pointer; width: 80px; height: 80px; background: rgb(255, 255, 255);transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s; position: relative;}
.Right_fex ul li:first-child{ border-top-left-radius:8px ;border-top-right-radius:8px ;}	
.Right_fex ul li:last-child{border-bottom-left-radius:8px ;border-bottom-right-radius:8px ;}
.Right_fex ul li i.iconfont{font-size: 40px; line-height: 1; width: 100%; display: block;color:#2461EF;text-align: center;}	
.Right_fex ul li:nth-child(1) i{color: #2461EF;font-size: 25px;}
.Right_fex ul li:nth-child(2) i.iconfont,.Right_fex ul li:nth-child(3) i.iconfont,.Right_fex ul li:nth-child(4) i.iconfont{font-size: 30px;}
.Right_fex ul li:nth-child(3) i.iconfont{font-size: 30px;}
.Right_fex ul li .xian{width:60%; height: 1px; padding: 0px 20%; margin-top: 10px;}
.Right_fex ul li .xian p{width: 100%; height: 1px; background: #F2F2F2;}
.Right_fex ul li:hover{ background: #2461EF;color: #fff;}
.Right_fex ul li .text{ margin-top: 8px;font-size: 12px;}
.Right_fex ul li:hover i,.Right_fex ul li:hover a{color: #fff;}
.Right_fex ul li a{color: rgb(46, 46, 46)}



.Right_fex .wx_fex{ background: #fff; position: absolute; right:99px; top:0px; display: none;width: 160px; height: 160px; padding: 10px; box-shadow: rgba(49, 83, 212, 0.15) 0px 10px 26px 0px; border-radius:8px ;}
.Right_fex .wx_fex .icon_sj{ position: absolute;right:-10px;top:28px}
.Right_fex .wx_fex .pic{width: 160px; background: #fff;height: 160px; margin: 0 auto;}
.Right_fex .wx_fex .pic img{width: 100%; height: 160px;}
.icon_sj p{width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #fff;}
.Right_fex ul li:nth-child(1):hover .wx_fex{display: block;}	
.Right_fex ul li:nth-child(2):hover .Phone_fex{display: block;}
.Right_fex .Phone_fex{background: #fff; position: absolute; right:99px;width:270px; height: 130px;
 box-shadow: rgba(49, 83, 212, 0.15) 0px 10px 26px 0px; border-radius:8px ; padding: 15px;display: none;} 
.Right_fex .Phone_fex .icon_sj{ position: absolute;right:-10px;top:66px}
.Right_fex .Phone_fex h3{font-size: 14px; margin-bottom:8px;color: #808080;font-weight: normal;}
.Right_fex .Phone_fex p{ margin-bottom: 8px;font-size: 25px;color: #2461EF;}